home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 3863 / 3863.xpi / chrome / imacros.jar / content / keydlg4.xul < prev    next >
Extensible Markup Language  |  2009-06-02  |  958b  |  33 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3.  
  4. <!DOCTYPE dialog SYSTEM "chrome://imacros/locale/labels.dtd" >
  5.  
  6. <dialog id="keydlg4_window" title="&imacros.keydlg.title;"
  7.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  8.     buttons="accept"
  9.     ondialogaccept="do_accept();"
  10.     maxwidth="300px">
  11.  
  12.   <script type="application/x-javascript"
  13.           src="chrome://imacros/content/keydlg4.js"/>
  14.  
  15.   <groupbox>
  16.     <hbox pack="center">
  17.       <vbox>
  18.     <label id="label-enter"
  19.                value="&imacros.keydlg.enter1;"/>
  20.         <label id="label-reenter"
  21.                value="&imacros.keydlg5.re-enter;"
  22.                hidden="true"/>
  23.     <textbox id="password-field" type="password" width="150"/>
  24.     <checkbox id="store" label="&imacros.keydlg.checkbox.store;"/>
  25.       </vbox>
  26.     </hbox>
  27.   </groupbox>
  28.   <hbox pack="center">
  29.     <button dlgtype="accept" id="myAccept4"/>
  30.   </hbox>
  31.  
  32. </dialog>
  33.